接口 Tiller.UpdateReleaseRequestOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      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 upgrade.
      boolean getDryRun()
      dry_run, if true, will run through the release logic, but neither 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
      boolean getResetValues()
      ResetValues will cause Tiller to ignore stored values, resetting to default values.
      boolean getReuseValues()
      ReuseValues will cause Tiller to reuse the values from the last release.
      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
    • 方法详细资料

      • 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;
      • hasChart

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

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

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

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

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

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

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

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

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

        boolean getResetValues()
         ResetValues will cause Tiller to ignore stored values, resetting to default values.
         
        bool reset_values = 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;
      • getReuseValues

        boolean getReuseValues()
         ReuseValues will cause Tiller to reuse the values from the last release.
         This is ignored if reset_values is set.
         
        bool reuse_values = 10;
      • getForce

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