com.pulumi.kubernetes.resource.v1alpha1.inputs.ResourceClaimTemplateSpecArgs 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.v1alpha1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import com.pulumi.kubernetes.meta.v1.inputs.ObjectMetaArgs;
import com.pulumi.kubernetes.resource.v1alpha1.inputs.ResourceClaimSpecArgs;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.
*
*/
public final class ResourceClaimTemplateSpecArgs extends com.pulumi.resources.ResourceArgs {
public static final ResourceClaimTemplateSpecArgs Empty = new ResourceClaimTemplateSpecArgs();
/**
* ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation.
*
*/
@Import(name="metadata")
private @Nullable Output metadata;
/**
* @return ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy