Class V1Sysctl
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1Sysctl
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1Sysctl
extends Object
Sysctl defines a kernel parameter to be set
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
V1Sysctl
-
-
Method Details
-
getName
Name of a property to set- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1Sysctl for chaining.
-
getValue
Value of a property to set- Returns:
- the value property value
-
setValue
Set the value property value -
value
Set value in a chainable fashion.- Returns:
- The same instance of V1Sysctl for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-