com.pulumi.kubernetes.helm.v4.inputs.RepositoryOptsArgs 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.helm.v4.inputs;
import com.pulumi.asset.AssetOrArchive;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Specification defining the Helm chart repository to use.
*
*/
public final class RepositoryOptsArgs extends com.pulumi.resources.ResourceArgs {
public static final RepositoryOptsArgs Empty = new RepositoryOptsArgs();
/**
* The Repository's CA File
*
*/
@Import(name="caFile")
private @Nullable Output caFile;
/**
* @return The Repository's CA File
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy