接口 Tiller.TestReleaseRequestOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      boolean getCleanup()
      cleanup specifies whether or not to attempt pod deletion after test completes
      String getName()
      Name is the name of the release
      com.google.protobuf.ByteString getNameBytes()
      Name is the name of the release
      long getTimeout()
      timeout specifies the max amount of time any kubernetes client command can run.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • getName

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

        com.google.protobuf.ByteString getNameBytes()
         Name is the name of the release
         
        string name = 1;
      • getTimeout

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

        boolean getCleanup()
         cleanup specifies whether or not to attempt pod deletion after test completes
         
        bool cleanup = 3;