com.pulumi.kubernetes.resource.v1alpha3.inputs.ResourceClaimSpecPatchArgs 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.resource.v1alpha3.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.kubernetes.resource.v1alpha3.inputs.DeviceClaimPatchArgs;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
*
*/
public final class ResourceClaimSpecPatchArgs extends com.pulumi.resources.ResourceArgs {
public static final ResourceClaimSpecPatchArgs Empty = new ResourceClaimSpecPatchArgs();
/**
* Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
*
* Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
*
* This is an alpha field and requires enabling the DRAControlPlaneController feature gate.
*
*/
@Import(name="controller")
private @Nullable Output controller;
/**
* @return Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
*
* Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
*
* This is an alpha field and requires enabling the DRAControlPlaneController feature gate.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy