Uses of Class
io.kubernetes.client.openapi.models.V1beta1MatchResources
Packages that use V1beta1MatchResources
-
Uses of V1beta1MatchResources in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1MatchResourcesModifier and TypeMethodDescriptionV1beta1MatchResources.addExcludeResourceRulesItem(V1beta1NamedRuleWithOperations excludeResourceRulesItem) V1beta1MatchResources.addResourceRulesItem(V1beta1NamedRuleWithOperations resourceRulesItem) V1beta1MatchResources.excludeResourceRules(List<V1beta1NamedRuleWithOperations> excludeResourceRules) static V1beta1MatchResourcesCreate an instance of V1beta1MatchResources given an JSON stringV1beta1ValidatingAdmissionPolicySpec.getMatchConstraints()Get matchConstraintsV1beta1ValidatingAdmissionPolicyBindingSpec.getMatchResources()Get matchResourcesV1beta1MatchResources.matchPolicy(String matchPolicy) V1beta1MatchResources.namespaceSelector(V1LabelSelector namespaceSelector) V1beta1MatchResources.objectSelector(V1LabelSelector objectSelector) V1beta1MatchResources.resourceRules(List<V1beta1NamedRuleWithOperations> resourceRules) Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1MatchResourcesModifier and TypeMethodDescriptionV1beta1ValidatingAdmissionPolicySpec.matchConstraints(V1beta1MatchResources matchConstraints) V1beta1ValidatingAdmissionPolicyBindingSpec.matchResources(V1beta1MatchResources matchResources) voidV1beta1ValidatingAdmissionPolicySpec.setMatchConstraints(V1beta1MatchResources matchConstraints) voidV1beta1ValidatingAdmissionPolicyBindingSpec.setMatchResources(V1beta1MatchResources matchResources)