接口 Tiller.RollbackReleaseRequestOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      boolean getDisableHooks()
      DisableHooks causes the server to skip running any hooks for the rollback
      boolean getDryRun()
      dry_run, if true, will run through the release logic but no create
      boolean getForce()
      Force resource update through delete/recreate if needed.
      String getName()
      The name of the release
      com.google.protobuf.ByteString getNameBytes()
      The name of the release
      boolean getRecreate()
      Performs pods restart for resources if applicable
      long getTimeout()
      timeout specifies the max amount of time any kubernetes client command can run.
      int getVersion()
      Version is the version of the release to deploy.
      boolean getWait()
      wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getName

        String getName()
         The name of the release
         
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the release
         
        string name = 1;
      • getDryRun

        boolean getDryRun()
         dry_run, if true, will run through the release logic but no create
         
        bool dry_run = 2;
      • getDisableHooks

        boolean getDisableHooks()
         DisableHooks causes the server to skip running any hooks for the rollback
         
        bool disable_hooks = 3;
      • getVersion

        int getVersion()
         Version is the version of the release to deploy.
         
        int32 version = 4;
      • getRecreate

        boolean getRecreate()
         Performs pods restart for resources if applicable
         
        bool recreate = 5;
      • getTimeout

        long getTimeout()
         timeout specifies the max amount of time any kubernetes client command can run.
         
        int64 timeout = 6;
      • getWait

        boolean getWait()
         wait, if true, will wait until all Pods, PVCs, and Services are in a ready state
         before marking the release as successful. It will wait for as long as timeout
         
        bool wait = 7;
      • getForce

        boolean getForce()
         Force resource update through delete/recreate if needed.
         
        bool force = 8;