Show / Hide Table of Contents

Class AdmissionControllerOptions

The properties that define supported admission controllers.

Inheritance
object
AdmissionControllerOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class AdmissionControllerOptions

Properties

IsPodSecurityPolicyEnabled

Declaration
[JsonProperty(PropertyName = "isPodSecurityPolicyEnabled")]
public bool? IsPodSecurityPolicyEnabled { get; set; }
Property Value
Type Description
bool?

Whether or not to enable the Pod Security Policy admission controller.

In this article
Back to top