com.pulumi.kubernetes.extensions.v1beta1.inputs.RuntimeClassStrategyOptionsPatchArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kubernetes Show documentation
Show all versions of kubernetes Show documentation
A Pulumi package for creating and managing Kubernetes resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.kubernetes.extensions.v1beta1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
*
*/
public final class RuntimeClassStrategyOptionsPatchArgs extends com.pulumi.resources.ResourceArgs {
public static final RuntimeClassStrategyOptionsPatchArgs Empty = new RuntimeClassStrategyOptionsPatchArgs();
/**
* allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
*
*/
@Import(name="allowedRuntimeClassNames")
private @Nullable Output> allowedRuntimeClassNames;
/**
* @return allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy