Uses of Class
com.oracle.bmc.containerengine.model.ImagePolicyConfig
-
Packages that use ImagePolicyConfig Package Description com.oracle.bmc.containerengine.model -
-
Uses of ImagePolicyConfig in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ImagePolicyConfig Modifier and Type Method Description ImagePolicyConfig
ImagePolicyConfig.Builder. build()
ImagePolicyConfig
Cluster. getImagePolicyConfig()
The image verification policy for signature validation.ImagePolicyConfig
ClusterSummary. getImagePolicyConfig()
The image verification policy for signature validation.Methods in com.oracle.bmc.containerengine.model with parameters of type ImagePolicyConfig Modifier and Type Method Description ImagePolicyConfig.Builder
ImagePolicyConfig.Builder. copy(ImagePolicyConfig model)
Cluster.Builder
Cluster.Builder. imagePolicyConfig(ImagePolicyConfig imagePolicyConfig)
The image verification policy for signature validation.ClusterSummary.Builder
ClusterSummary.Builder. imagePolicyConfig(ImagePolicyConfig imagePolicyConfig)
The image verification policy for signature validation.Constructors in com.oracle.bmc.containerengine.model with parameters of type ImagePolicyConfig Constructor Description Cluster(String id, String name, String compartmentId, ClusterEndpointConfig endpointConfig, String vcnId, String kubernetesVersion, String kmsKeyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ClusterCreateOptions options, ClusterMetadata metadata, ClusterLifecycleState lifecycleState, String lifecycleDetails, ClusterEndpoints endpoints, List<String> availableKubernetesUpgrades, ImagePolicyConfig imagePolicyConfig, List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions, ClusterType type, String openIdConnectDiscoveryEndpoint)
Deprecated.ClusterSummary(String id, String name, String compartmentId, ClusterEndpointConfig endpointConfig, String vcnId, String kubernetesVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ClusterCreateOptions options, ClusterMetadata metadata, ClusterLifecycleState lifecycleState, String lifecycleDetails, ClusterEndpoints endpoints, List<String> availableKubernetesUpgrades, ImagePolicyConfig imagePolicyConfig, List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions, ClusterType type)
Deprecated.
-