com.pulumi.kubernetes.resource.v1alpha3.inputs.AllocationResultArgs 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.core.v1.inputs.NodeSelectorArgs;
import com.pulumi.kubernetes.resource.v1alpha3.inputs.DeviceAllocationResultArgs;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* AllocationResult contains attributes of an allocated resource.
*
*/
public final class AllocationResultArgs extends com.pulumi.resources.ResourceArgs {
public static final AllocationResultArgs Empty = new AllocationResultArgs();
/**
* Controller is the name of the DRA driver which handled the allocation. That driver is also responsible for deallocating the claim. It is empty when the claim can be deallocated without involving a driver.
*
* A driver may allocate devices provided by other drivers, so this driver name here can be different from the driver names listed for the results.
*
* 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 which handled the allocation. That driver is also responsible for deallocating the claim. It is empty when the claim can be deallocated without involving a driver.
*
* A driver may allocate devices provided by other drivers, so this driver name here can be different from the driver names listed for the results.
*
* This is an alpha field and requires enabling the DRAControlPlaneController feature gate.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy