Class Info
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.version.Info
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InfoBuilder>,KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Info extends Object implements io.fabric8.kubernetes.api.builder.Editable<InfoBuilder>, KubernetesResource
Info contains versioning information. how we'll want to distribute that information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Info()No args constructor for use in serializationInfo(String buildDate, String compiler, String emulationMajor, String emulationMinor, String gitCommit, String gitTreeState, String gitVersion, String goVersion, String major, String minCompatibilityMajor, String minCompatibilityMinor, String minor, String platform)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoBuilderedit()Map<String,Object>getAdditionalProperties()StringgetBuildDate()Info contains versioning information. how we'll want to distribute that information.StringgetCompiler()Info contains versioning information. how we'll want to distribute that information.StringgetEmulationMajor()EmulationMajor is the major version of the emulation versionStringgetEmulationMinor()EmulationMinor is the minor version of the emulation versionStringgetGitCommit()Info contains versioning information. how we'll want to distribute that information.StringgetGitTreeState()Info contains versioning information. how we'll want to distribute that information.StringgetGitVersion()Info contains versioning information. how we'll want to distribute that information.StringgetGoVersion()Info contains versioning information. how we'll want to distribute that information.StringgetMajor()Major is the major version of the binary versionStringgetMinCompatibilityMajor()MinCompatibilityMajor is the major version of the minimum compatibility versionStringgetMinCompatibilityMinor()MinCompatibilityMinor is the minor version of the minimum compatibility versionStringgetMinor()Minor is the minor version of the binary versionStringgetPlatform()Info contains versioning information. how we'll want to distribute that information.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetBuildDate(String buildDate)Info contains versioning information. how we'll want to distribute that information.voidsetCompiler(String compiler)Info contains versioning information. how we'll want to distribute that information.voidsetEmulationMajor(String emulationMajor)EmulationMajor is the major version of the emulation versionvoidsetEmulationMinor(String emulationMinor)EmulationMinor is the minor version of the emulation versionvoidsetGitCommit(String gitCommit)Info contains versioning information. how we'll want to distribute that information.voidsetGitTreeState(String gitTreeState)Info contains versioning information. how we'll want to distribute that information.voidsetGitVersion(String gitVersion)Info contains versioning information. how we'll want to distribute that information.voidsetGoVersion(String goVersion)Info contains versioning information. how we'll want to distribute that information.voidsetMajor(String major)Major is the major version of the binary versionvoidsetMinCompatibilityMajor(String minCompatibilityMajor)MinCompatibilityMajor is the major version of the minimum compatibility versionvoidsetMinCompatibilityMinor(String minCompatibilityMinor)MinCompatibilityMinor is the minor version of the minimum compatibility versionvoidsetMinor(String minor)Minor is the minor version of the binary versionvoidsetPlatform(String platform)Info contains versioning information. how we'll want to distribute that information.InfoBuildertoBuilder()
-
-
-
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:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InfoBuilder>
-
toBuilder
public InfoBuilder toBuilder()
-
-