Class V1CrossVersionObjectReference
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1CrossVersionObjectReference
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1CrossVersionObjectReference
extends Object
CrossVersionObjectReference contains enough information to let you identify the referred resource.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion
(String apiVersion) Set apiVersion in a chainable fashion.boolean
apiVersion is the API version of the referentgetKind()
kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsgetName()
name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesint
hashCode()
Set kind in a chainable fashion.Set name in a chainable fashion.void
setApiVersion
(String apiVersion) Set the apiVersion property valuevoid
Set the kind property valuevoid
Set the name property valuetoString()
-
Field Details
-
JSON_PROPERTY_API_VERSION
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
V1CrossVersionObjectReference
-
-
Method Details
-
getApiVersion
apiVersion is the API version of the referent- Returns:
- the apiVersion property value
-
setApiVersion
Set the apiVersion property value -
apiVersion
Set apiVersion in a chainable fashion.- Returns:
- The same instance of V1CrossVersionObjectReference for chaining.
-
getKind
kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- the kind property value
-
setKind
Set the kind property value -
kind
Set kind in a chainable fashion.- Returns:
- The same instance of V1CrossVersionObjectReference for chaining.
-
getName
name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1CrossVersionObjectReference for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-