Class InfoFluent<A extends InfoFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.version.InfoFluent<A>
-
- Direct Known Subclasses:
InfoBuilder
public class InfoFluent<A extends InfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description InfoFluent()
InfoFluent(Info instance)
-
Method Summary
-
-
-
Constructor Detail
-
InfoFluent
public InfoFluent()
-
InfoFluent
public InfoFluent(Info instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Info instance)
-
getBuildDate
public String getBuildDate()
-
hasBuildDate
public boolean hasBuildDate()
-
getCompiler
public String getCompiler()
-
hasCompiler
public boolean hasCompiler()
-
getGitCommit
public String getGitCommit()
-
hasGitCommit
public boolean hasGitCommit()
-
getGitTreeState
public String getGitTreeState()
-
hasGitTreeState
public boolean hasGitTreeState()
-
getGitVersion
public String getGitVersion()
-
hasGitVersion
public boolean hasGitVersion()
-
getGoVersion
public String getGoVersion()
-
hasGoVersion
public boolean hasGoVersion()
-
getMajor
public String getMajor()
-
hasMajor
public boolean hasMajor()
-
getMinor
public String getMinor()
-
hasMinor
public boolean hasMinor()
-
getPlatform
public String getPlatform()
-
hasPlatform
public boolean hasPlatform()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InfoFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InfoFluent<A>>
-
-