Uses of Class
io.kubernetes.client.openapi.models.V1APIGroup
Packages that use V1APIGroup
-
Uses of V1APIGroup in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1APIGroupModifier and TypeMethodDescriptionAdmissionregistrationApi.getAPIGroup()
get information of a groupApiextensionsApi.getAPIGroup()
get information of a groupApiregistrationApi.getAPIGroup()
get information of a groupAppsApi.getAPIGroup()
get information of a groupAuthenticationApi.getAPIGroup()
get information of a groupAuthorizationApi.getAPIGroup()
get information of a groupAutoscalingApi.getAPIGroup()
get information of a groupBatchApi.getAPIGroup()
get information of a groupCertificatesApi.getAPIGroup()
get information of a groupCoordinationApi.getAPIGroup()
get information of a groupDiscoveryApi.getAPIGroup()
get information of a groupEventsApi.getAPIGroup()
get information of a groupFlowcontrolApiserverApi.getAPIGroup()
get information of a groupInternalApiserverApi.getAPIGroup()
get information of a groupNetworkingApi.getAPIGroup()
get information of a groupNodeApi.getAPIGroup()
get information of a groupPolicyApi.getAPIGroup()
get information of a groupRbacAuthorizationApi.getAPIGroup()
get information of a groupResourceApi.getAPIGroup()
get information of a groupSchedulingApi.getAPIGroup()
get information of a groupStorageApi.getAPIGroup()
get information of a groupStoragemigrationApi.getAPIGroup()
get information of a groupMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1APIGroupModifier and TypeMethodDescriptionAdmissionregistrationApi.getAPIGroupWithHttpInfo()
get information of a groupApiextensionsApi.getAPIGroupWithHttpInfo()
get information of a groupApiregistrationApi.getAPIGroupWithHttpInfo()
get information of a groupAppsApi.getAPIGroupWithHttpInfo()
get information of a groupAuthenticationApi.getAPIGroupWithHttpInfo()
get information of a groupAuthorizationApi.getAPIGroupWithHttpInfo()
get information of a groupAutoscalingApi.getAPIGroupWithHttpInfo()
get information of a groupBatchApi.getAPIGroupWithHttpInfo()
get information of a groupCertificatesApi.getAPIGroupWithHttpInfo()
get information of a groupCoordinationApi.getAPIGroupWithHttpInfo()
get information of a groupDiscoveryApi.getAPIGroupWithHttpInfo()
get information of a groupEventsApi.getAPIGroupWithHttpInfo()
get information of a groupFlowcontrolApiserverApi.getAPIGroupWithHttpInfo()
get information of a groupInternalApiserverApi.getAPIGroupWithHttpInfo()
get information of a groupNetworkingApi.getAPIGroupWithHttpInfo()
get information of a groupNodeApi.getAPIGroupWithHttpInfo()
get information of a groupPolicyApi.getAPIGroupWithHttpInfo()
get information of a groupRbacAuthorizationApi.getAPIGroupWithHttpInfo()
get information of a groupResourceApi.getAPIGroupWithHttpInfo()
get information of a groupSchedulingApi.getAPIGroupWithHttpInfo()
get information of a groupStorageApi.getAPIGroupWithHttpInfo()
get information of a groupStoragemigrationApi.getAPIGroupWithHttpInfo()
get information of a groupMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1APIGroupModifier and TypeMethodDescriptionokhttp3.Call
AdmissionregistrationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
ApiextensionsApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
ApiregistrationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AppsApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AuthenticationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AuthorizationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AutoscalingApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
BatchApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
CertificatesApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
CoordinationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
DiscoveryApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
EventsApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
FlowcontrolApiserverApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
InternalApiserverApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
NetworkingApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
NodeApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
PolicyApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
RbacAuthorizationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
ResourceApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
SchedulingApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
StorageApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
StoragemigrationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a group -
Uses of V1APIGroup in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1APIGroupModifier and TypeMethodDescriptionV1APIGroup.addServerAddressByClientCIDRsItem
(V1ServerAddressByClientCIDR serverAddressByClientCIDRsItem) V1APIGroup.addVersionsItem
(V1GroupVersionForDiscovery versionsItem) V1APIGroup.apiVersion
(String apiVersion) V1APIGroup.preferredVersion
(V1GroupVersionForDiscovery preferredVersion) V1APIGroup.serverAddressByClientCIDRs
(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) V1APIGroup.versions
(List<V1GroupVersionForDiscovery> versions) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1APIGroupMethods in io.kubernetes.client.openapi.models with parameters of type V1APIGroupMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1APIGroupModifier and TypeMethodDescriptionV1APIGroupList.groups
(List<V1APIGroup> groups) void
V1APIGroupList.setGroups
(List<V1APIGroup> groups)