Uses of Class
io.kubernetes.client.openapi.models.V1alpha1Variable
Packages that use V1alpha1Variable
-
Uses of V1alpha1Variable in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1VariableModifier and TypeMethodDescriptionV1alpha1Variable.expression
(String expression) static V1alpha1Variable
Create an instance of V1alpha1Variable given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1VariableModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.getVariables()
Variables contain definitions of variables that can be used in composition of other expressions.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1VariableModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.addVariablesItem
(V1alpha1Variable variablesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1VariableModifier and TypeMethodDescriptionvoid
V1alpha1ValidatingAdmissionPolicySpec.setVariables
(List<V1alpha1Variable> variables) V1alpha1ValidatingAdmissionPolicySpec.variables
(List<V1alpha1Variable> variables)