Uses of Class
io.kubernetes.client.openapi.models.V1NetworkPolicyList
Packages that use V1NetworkPolicyList
-
Uses of V1NetworkPolicyList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1NetworkPolicyListModifier and TypeMethodDescriptionNetworkingV1Api.APIlistNamespacedNetworkPolicyRequest.execute()
Execute listNamespacedNetworkPolicy requestNetworkingV1Api.APIlistNetworkPolicyForAllNamespacesRequest.execute()
Execute listNetworkPolicyForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1NetworkPolicyListModifier and TypeMethodDescriptionNetworkingV1Api.APIlistNamespacedNetworkPolicyRequest.executeWithHttpInfo()
Execute listNamespacedNetworkPolicy request with HTTP info returnedNetworkingV1Api.APIlistNetworkPolicyForAllNamespacesRequest.executeWithHttpInfo()
Execute listNetworkPolicyForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1NetworkPolicyListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.APIlistNamespacedNetworkPolicyRequest.executeAsync
(ApiCallback<V1NetworkPolicyList> _callback) Execute listNamespacedNetworkPolicy request (asynchronously)okhttp3.Call
NetworkingV1Api.APIlistNetworkPolicyForAllNamespacesRequest.executeAsync
(ApiCallback<V1NetworkPolicyList> _callback) Execute listNetworkPolicyForAllNamespaces request (asynchronously) -
Uses of V1NetworkPolicyList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NetworkPolicyListModifier and TypeMethodDescriptionV1NetworkPolicyList.addItemsItem
(V1NetworkPolicy itemsItem) V1NetworkPolicyList.apiVersion
(String apiVersion) static V1NetworkPolicyList
Create an instance of V1NetworkPolicyList given an JSON stringV1NetworkPolicyList.items
(List<V1NetworkPolicy> items) V1NetworkPolicyList.metadata
(V1ListMeta metadata)