Class Info

    • Method Detail

      • getBuildDate

        public String getBuildDate()
        Info contains versioning information. how we'll want to distribute that information.
      • setBuildDate

        public void setBuildDate​(String buildDate)
        Info contains versioning information. how we'll want to distribute that information.
      • getCompiler

        public String getCompiler()
        Info contains versioning information. how we'll want to distribute that information.
      • setCompiler

        public void setCompiler​(String compiler)
        Info contains versioning information. how we'll want to distribute that information.
      • getEmulationMajor

        public String getEmulationMajor()
        EmulationMajor is the major version of the emulation version
      • setEmulationMajor

        public void setEmulationMajor​(String emulationMajor)
        EmulationMajor is the major version of the emulation version
      • getEmulationMinor

        public String getEmulationMinor()
        EmulationMinor is the minor version of the emulation version
      • setEmulationMinor

        public void setEmulationMinor​(String emulationMinor)
        EmulationMinor is the minor version of the emulation version
      • getGitCommit

        public String getGitCommit()
        Info contains versioning information. how we'll want to distribute that information.
      • setGitCommit

        public void setGitCommit​(String gitCommit)
        Info contains versioning information. how we'll want to distribute that information.
      • getGitTreeState

        public String getGitTreeState()
        Info contains versioning information. how we'll want to distribute that information.
      • setGitTreeState

        public void setGitTreeState​(String gitTreeState)
        Info contains versioning information. how we'll want to distribute that information.
      • getGitVersion

        public String getGitVersion()
        Info contains versioning information. how we'll want to distribute that information.
      • setGitVersion

        public void setGitVersion​(String gitVersion)
        Info contains versioning information. how we'll want to distribute that information.
      • getGoVersion

        public String getGoVersion()
        Info contains versioning information. how we'll want to distribute that information.
      • setGoVersion

        public void setGoVersion​(String goVersion)
        Info contains versioning information. how we'll want to distribute that information.
      • getMajor

        public String getMajor()
        Major is the major version of the binary version
      • setMajor

        public void setMajor​(String major)
        Major is the major version of the binary version
      • getMinCompatibilityMajor

        public String getMinCompatibilityMajor()
        MinCompatibilityMajor is the major version of the minimum compatibility version
      • setMinCompatibilityMajor

        public void setMinCompatibilityMajor​(String minCompatibilityMajor)
        MinCompatibilityMajor is the major version of the minimum compatibility version
      • getMinCompatibilityMinor

        public String getMinCompatibilityMinor()
        MinCompatibilityMinor is the minor version of the minimum compatibility version
      • setMinCompatibilityMinor

        public void setMinCompatibilityMinor​(String minCompatibilityMinor)
        MinCompatibilityMinor is the minor version of the minimum compatibility version
      • getMinor

        public String getMinor()
        Minor is the minor version of the binary version
      • setMinor

        public void setMinor​(String minor)
        Minor is the minor version of the binary version
      • getPlatform

        public String getPlatform()
        Info contains versioning information. how we'll want to distribute that information.
      • setPlatform

        public void setPlatform​(String platform)
        Info contains versioning information. how we'll want to distribute that information.
      • edit

        public InfoBuilder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<InfoBuilder>
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)