Class V1ContainerImage
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ContainerImage
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ContainerImage
extends Object
Describe a container image
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddnamesItem
(String namesItem) Add an item to the names property in a chainable fashion.boolean
getNames()
Names by which this image is known.The size of the image in bytes.int
hashCode()
Set names in a chainable fashion.void
Set the names property valuevoid
setSizeBytes
(Long sizeBytes) Set the sizeBytes property valueSet sizeBytes in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_NAMES
- See Also:
-
JSON_PROPERTY_SIZE_BYTES
- See Also:
-
-
Constructor Details
-
V1ContainerImage
public V1ContainerImage()
-
-
Method Details
-
getNames
Names by which this image is known. e.g. [\"kubernetes.example/hyperkube:v1.0.7\", \"cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7\"]- Returns:
- the names property value
-
setNames
Set the names property value -
names
Set names in a chainable fashion.- Returns:
- The same instance of V1ContainerImage for chaining.
-
addnamesItem
Add an item to the names property in a chainable fashion.- Returns:
- The same instance of V1ContainerImage for chaining.
-
getSizeBytes
The size of the image in bytes.- Returns:
- the sizeBytes property value
-
setSizeBytes
Set the sizeBytes property value -
sizeBytes
Set sizeBytes in a chainable fashion.- Returns:
- The same instance of V1ContainerImage for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-