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 groupSchedulingApi.getAPIGroup()get information of a groupStorageApi.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 groupSchedulingApi.getAPIGroupWithHttpInfo()get information of a groupStorageApi.getAPIGroupWithHttpInfo()get information of a groupMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1APIGroupModifier and TypeMethodDescriptionokhttp3.CallAdmissionregistrationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallApiextensionsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallApiregistrationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallAppsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallAuthenticationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallAuthorizationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallAutoscalingApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallBatchApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallCertificatesApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallCoordinationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallDiscoveryApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallEventsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallFlowcontrolApiserverApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallInternalApiserverApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallNetworkingApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallNodeApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallPolicyApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallRbacAuthorizationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallSchedulingApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.CallStorageApi.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) voidV1APIGroupList.setGroups(List<V1APIGroup> groups)