Uses of Class
io.kubernetes.client.openapi.models.V1alpha1MatchResources
Packages that use V1alpha1MatchResources
-
Uses of V1alpha1MatchResources in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1MatchResourcesModifier and TypeMethodDescriptionV1alpha1MatchResources.addExcludeResourceRulesItem(V1alpha1NamedRuleWithOperations excludeResourceRulesItem) V1alpha1MatchResources.addResourceRulesItem(V1alpha1NamedRuleWithOperations resourceRulesItem) V1alpha1MatchResources.excludeResourceRules(List<V1alpha1NamedRuleWithOperations> excludeResourceRules) static V1alpha1MatchResourcesCreate an instance of V1alpha1MatchResources given an JSON stringV1alpha1ValidatingAdmissionPolicySpec.getMatchConstraints()Get matchConstraintsV1alpha1ValidatingAdmissionPolicyBindingSpec.getMatchResources()Get matchResourcesV1alpha1MatchResources.matchPolicy(String matchPolicy) V1alpha1MatchResources.namespaceSelector(V1LabelSelector namespaceSelector) V1alpha1MatchResources.objectSelector(V1LabelSelector objectSelector) V1alpha1MatchResources.resourceRules(List<V1alpha1NamedRuleWithOperations> resourceRules) Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1MatchResourcesModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.matchConstraints(V1alpha1MatchResources matchConstraints) V1alpha1ValidatingAdmissionPolicyBindingSpec.matchResources(V1alpha1MatchResources matchResources) voidV1alpha1ValidatingAdmissionPolicySpec.setMatchConstraints(V1alpha1MatchResources matchConstraints) voidV1alpha1ValidatingAdmissionPolicyBindingSpec.setMatchResources(V1alpha1MatchResources matchResources)