接口 Tiller.InstallReleaseRequestOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      ChartOuterClass.Chart getChart()
      Chart is the protobuf representation of a chart.
      ChartOuterClass.ChartOrBuilder getChartOrBuilder()
      Chart is the protobuf representation of a chart.
      boolean getDisableHooks()
      DisableHooks causes the server to skip running any hooks for the install.
      boolean getDryRun()
      DryRun, if true, will run through the release logic, but neither create a release object nor deploy to Kubernetes.
      String getName()
      Name is the candidate release name.
      com.google.protobuf.ByteString getNameBytes()
      Name is the candidate release name.
      String getNamespace()
      Namepace is the kubernetes namespace of the release.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namepace is the kubernetes namespace of the release.
      boolean getReuseName()
      ReuseName requests that Tiller re-uses a name, instead of erroring out.
      long getTimeout()
      timeout specifies the max amount of time any kubernetes client command can run.
      ConfigOuterClass.Config getValues()
      Values is a string containing (unparsed) YAML values.
      ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
      Values is a string containing (unparsed) YAML values.
      boolean getWait()
      wait, if true, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful.
      boolean hasChart()
      Chart is the protobuf representation of a chart.
      boolean hasValues()
      Values is a string containing (unparsed) YAML values.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • hasChart

        boolean hasChart()
         Chart is the protobuf representation of a chart.
         
        .hapi.chart.Chart chart = 1;
      • getChart

        ChartOuterClass.Chart getChart()
         Chart is the protobuf representation of a chart.
         
        .hapi.chart.Chart chart = 1;
      • hasValues

        boolean hasValues()
         Values is a string containing (unparsed) YAML values.
         
        .hapi.chart.Config values = 2;
      • getValues

        ConfigOuterClass.Config getValues()
         Values is a string containing (unparsed) YAML values.
         
        .hapi.chart.Config values = 2;
      • getValuesOrBuilder

        ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
         Values is a string containing (unparsed) YAML values.
         
        .hapi.chart.Config values = 2;
      • getDryRun

        boolean getDryRun()
         DryRun, if true, will run through the release logic, but neither create
         a release object nor deploy to Kubernetes. The release object returned
         in the response will be fake.
         
        bool dry_run = 3;
      • getName

        String getName()
         Name is the candidate release name. This must be unique to the
         namespace, otherwise the server will return an error. If it is not
         supplied, the server will autogenerate one.
         
        string name = 4;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name is the candidate release name. This must be unique to the
         namespace, otherwise the server will return an error. If it is not
         supplied, the server will autogenerate one.
         
        string name = 4;
      • getDisableHooks

        boolean getDisableHooks()
         DisableHooks causes the server to skip running any hooks for the install.
         
        bool disable_hooks = 5;
      • getNamespace

        String getNamespace()
         Namepace is the kubernetes namespace of the release.
         
        string namespace = 6;
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namepace is the kubernetes namespace of the release.
         
        string namespace = 6;
      • getReuseName

        boolean getReuseName()
         ReuseName requests that Tiller re-uses a name, instead of erroring out.
         
        bool reuse_name = 7;
      • getTimeout

        long getTimeout()
         timeout specifies the max amount of time any kubernetes client command can run.
         
        int64 timeout = 8;
      • 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 = 9;