程序包 hapi.release

接口 ReleaseOuterClass.ReleaseOrBuilder

    • 方法详细资料

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

        boolean hasInfo()
         Info provides information about a release
         
        .hapi.release.Info info = 2;
      • getInfo

        InfoOuterClass.Info getInfo()
         Info provides information about a release
         
        .hapi.release.Info info = 2;
      • hasChart

        boolean hasChart()
         Chart is the chart that was released.
         
        .hapi.chart.Chart chart = 3;
      • getChart

        ChartOuterClass.Chart getChart()
         Chart is the chart that was released.
         
        .hapi.chart.Chart chart = 3;
      • hasConfig

        boolean hasConfig()
         Config is the set of extra Values added to the chart.
         These values override the default values inside of the chart.
         
        .hapi.chart.Config config = 4;
      • getConfig

        ConfigOuterClass.Config getConfig()
         Config is the set of extra Values added to the chart.
         These values override the default values inside of the chart.
         
        .hapi.chart.Config config = 4;
      • getConfigOrBuilder

        ConfigOuterClass.ConfigOrBuilder getConfigOrBuilder()
         Config is the set of extra Values added to the chart.
         These values override the default values inside of the chart.
         
        .hapi.chart.Config config = 4;
      • getManifest

        String getManifest()
         Manifest is the string representation of the rendered template.
         
        string manifest = 5;
      • getManifestBytes

        com.google.protobuf.ByteString getManifestBytes()
         Manifest is the string representation of the rendered template.
         
        string manifest = 5;
      • getHooksList

        List<HookOuterClass.Hook> getHooksList()
         Hooks are all of the hooks declared for this release.
         
        repeated .hapi.release.Hook hooks = 6;
      • getHooks

        HookOuterClass.Hook getHooks​(int index)
         Hooks are all of the hooks declared for this release.
         
        repeated .hapi.release.Hook hooks = 6;
      • getHooksCount

        int getHooksCount()
         Hooks are all of the hooks declared for this release.
         
        repeated .hapi.release.Hook hooks = 6;
      • getHooksOrBuilderList

        List<? extends HookOuterClass.HookOrBuilder> getHooksOrBuilderList()
         Hooks are all of the hooks declared for this release.
         
        repeated .hapi.release.Hook hooks = 6;
      • getHooksOrBuilder

        HookOuterClass.HookOrBuilder getHooksOrBuilder​(int index)
         Hooks are all of the hooks declared for this release.
         
        repeated .hapi.release.Hook hooks = 6;
      • getVersion

        int getVersion()
         Version is an int32 which represents the version of the release.
         
        int32 version = 7;
      • getNamespace

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

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace is the kubernetes namespace of the release.
         
        string namespace = 8;