Class V1PodOS
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodOS
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodOS
extends Object
PodOS defines the OS parameters of a pod.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
V1PodOS
-
-
Method Details
-
getName
Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1PodOS for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-