程序包 hapi.chart

接口 MetadataOuterClass.MetadataOrBuilder

    • 方法详细资料

      • getName

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

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

        String getHome()
         The URL to a relevant project page, git repo, or contact person
         
        string home = 2;
      • getHomeBytes

        com.google.protobuf.ByteString getHomeBytes()
         The URL to a relevant project page, git repo, or contact person
         
        string home = 2;
      • getSourcesList

        List<String> getSourcesList()
         Source is the URL to the source code of this chart
         
        repeated string sources = 3;
      • getSourcesCount

        int getSourcesCount()
         Source is the URL to the source code of this chart
         
        repeated string sources = 3;
      • getSources

        String getSources​(int index)
         Source is the URL to the source code of this chart
         
        repeated string sources = 3;
      • getSourcesBytes

        com.google.protobuf.ByteString getSourcesBytes​(int index)
         Source is the URL to the source code of this chart
         
        repeated string sources = 3;
      • getVersion

        String getVersion()
         A SemVer 2 conformant version string of the chart
         
        string version = 4;
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         A SemVer 2 conformant version string of the chart
         
        string version = 4;
      • getDescription

        String getDescription()
         A one-sentence description of the chart
         
        string description = 5;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         A one-sentence description of the chart
         
        string description = 5;
      • getKeywordsList

        List<String> getKeywordsList()
         A list of string keywords
         
        repeated string keywords = 6;
      • getKeywordsCount

        int getKeywordsCount()
         A list of string keywords
         
        repeated string keywords = 6;
      • getKeywords

        String getKeywords​(int index)
         A list of string keywords
         
        repeated string keywords = 6;
      • getKeywordsBytes

        com.google.protobuf.ByteString getKeywordsBytes​(int index)
         A list of string keywords
         
        repeated string keywords = 6;
      • getMaintainersList

        List<MetadataOuterClass.Maintainer> getMaintainersList()
         A list of name and URL/email address combinations for the maintainer(s)
         
        repeated .hapi.chart.Maintainer maintainers = 7;
      • getMaintainers

        MetadataOuterClass.Maintainer getMaintainers​(int index)
         A list of name and URL/email address combinations for the maintainer(s)
         
        repeated .hapi.chart.Maintainer maintainers = 7;
      • getMaintainersCount

        int getMaintainersCount()
         A list of name and URL/email address combinations for the maintainer(s)
         
        repeated .hapi.chart.Maintainer maintainers = 7;
      • getMaintainersOrBuilderList

        List<? extends MetadataOuterClass.MaintainerOrBuilder> getMaintainersOrBuilderList()
         A list of name and URL/email address combinations for the maintainer(s)
         
        repeated .hapi.chart.Maintainer maintainers = 7;
      • getMaintainersOrBuilder

        MetadataOuterClass.MaintainerOrBuilder getMaintainersOrBuilder​(int index)
         A list of name and URL/email address combinations for the maintainer(s)
         
        repeated .hapi.chart.Maintainer maintainers = 7;
      • getEngine

        String getEngine()
         The name of the template engine to use. Defaults to 'gotpl'.
         
        string engine = 8;
      • getEngineBytes

        com.google.protobuf.ByteString getEngineBytes()
         The name of the template engine to use. Defaults to 'gotpl'.
         
        string engine = 8;
      • getIcon

        String getIcon()
         The URL to an icon file.
         
        string icon = 9;
      • getIconBytes

        com.google.protobuf.ByteString getIconBytes()
         The URL to an icon file.
         
        string icon = 9;
      • getApiVersion

        String getApiVersion()
         The API Version of this chart.
         
        string apiVersion = 10;
      • getApiVersionBytes

        com.google.protobuf.ByteString getApiVersionBytes()
         The API Version of this chart.
         
        string apiVersion = 10;
      • getCondition

        String getCondition()
         The condition to check to enable chart
         
        string condition = 11;
      • getConditionBytes

        com.google.protobuf.ByteString getConditionBytes()
         The condition to check to enable chart
         
        string condition = 11;
      • getTags

        String getTags()
         The tags to check to enable chart
         
        string tags = 12;
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes()
         The tags to check to enable chart
         
        string tags = 12;
      • getAppVersion

        String getAppVersion()
         The version of the application enclosed inside of this chart.
         
        string appVersion = 13;
      • getAppVersionBytes

        com.google.protobuf.ByteString getAppVersionBytes()
         The version of the application enclosed inside of this chart.
         
        string appVersion = 13;
      • getDeprecated

        boolean getDeprecated()
         Whether or not this chart is deprecated
         
        bool deprecated = 14;
      • getTillerVersion

        String getTillerVersion()
         TillerVersion is a SemVer constraints on what version of Tiller is required.
         See SemVer ranges here: https://github.com/Masterminds/semver#basic-comparisons
         
        string tillerVersion = 15;
      • getTillerVersionBytes

        com.google.protobuf.ByteString getTillerVersionBytes()
         TillerVersion is a SemVer constraints on what version of Tiller is required.
         See SemVer ranges here: https://github.com/Masterminds/semver#basic-comparisons
         
        string tillerVersion = 15;
      • getAnnotationsCount

        int getAnnotationsCount()
         Annotations are additional mappings uninterpreted by Tiller,
         made available for inspection by other applications.
         
        map<string, string> annotations = 16;
      • containsAnnotations

        boolean containsAnnotations​(String key)
         Annotations are additional mappings uninterpreted by Tiller,
         made available for inspection by other applications.
         
        map<string, string> annotations = 16;
      • getAnnotationsMap

        Map<String,​String> getAnnotationsMap()
         Annotations are additional mappings uninterpreted by Tiller,
         made available for inspection by other applications.
         
        map<string, string> annotations = 16;
      • getAnnotationsOrDefault

        String getAnnotationsOrDefault​(String key,
                                       String defaultValue)
         Annotations are additional mappings uninterpreted by Tiller,
         made available for inspection by other applications.
         
        map<string, string> annotations = 16;
      • getAnnotationsOrThrow

        String getAnnotationsOrThrow​(String key)
         Annotations are additional mappings uninterpreted by Tiller,
         made available for inspection by other applications.
         
        map<string, string> annotations = 16;
      • getKubeVersion

        String getKubeVersion()
         KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
         
        string kubeVersion = 17;
      • getKubeVersionBytes

        com.google.protobuf.ByteString getKubeVersionBytes()
         KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
         
        string kubeVersion = 17;