Class V1GroupVersionForDiscovery
java.lang.Object
io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1GroupVersionForDiscovery
extends Object
GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
groupVersion specifies the API group and version in the form \"group/version\"version specifies the version in the form of \"version\".groupVersion
(String groupVersion) int
hashCode()
void
setGroupVersion
(String groupVersion) void
setVersion
(String version) toString()
-
Field Details
-
SERIALIZED_NAME_GROUP_VERSION
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
-
Constructor Details
-
V1GroupVersionForDiscovery
public V1GroupVersionForDiscovery()
-
-
Method Details
-
groupVersion
-
getGroupVersion
groupVersion specifies the API group and version in the form \"group/version\"- Returns:
- groupVersion
-
setGroupVersion
-
version
-
getVersion
version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-