AdmissionControllerOptions¶
-
class
oci.container_engine.models.
AdmissionControllerOptions
(**kwargs)¶ Bases:
object
The properties that define supported admission controllers.
Methods
__init__
(**kwargs)Initializes a new AdmissionControllerOptions object with values from keyword arguments. Attributes
is_pod_security_policy_enabled
Gets the is_pod_security_policy_enabled of this AdmissionControllerOptions. -
__init__
(**kwargs)¶ Initializes a new AdmissionControllerOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_pod_security_policy_enabled (bool) – The value to assign to the is_pod_security_policy_enabled property of this AdmissionControllerOptions.
-
is_pod_security_policy_enabled
¶ Gets the is_pod_security_policy_enabled of this AdmissionControllerOptions. Whether or not to enable the Pod Security Policy admission controller.
Returns: The is_pod_security_policy_enabled of this AdmissionControllerOptions. Return type: bool
-