Class V1APIGroupList
java.lang.Object
io.kubernetes.client.openapi.models.V1APIGroupList
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1APIGroupList
extends Object
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupsItem(V1APIGroup groupsItem) apiVersion(String apiVersion) booleanAPIVersion defines the versioned schema of this representation of an object.groups is a list of APIGroup.getKind()Kind is a string value representing the REST resource this object represents.groups(List<V1APIGroup> groups) inthashCode()voidsetApiVersion(String apiVersion) voidsetGroups(List<V1APIGroup> groups) voidtoString()
-
Field Details
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_GROUPS
- See Also:
-
SERIALIZED_NAME_KIND
- See Also:
-
-
Constructor Details
-
V1APIGroupList
public V1APIGroupList()
-
-
Method Details
-
apiVersion
-
getApiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- apiVersion
-
setApiVersion
-
groups
-
addGroupsItem
-
getGroups
groups is a list of APIGroup.- Returns:
- groups
-
setGroups
-
kind
-
getKind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- kind
-
setKind
-
equals
-
hashCode
public int hashCode() -
toString
-