Class GitRepoVolumeSourcePatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.core.v1.inputs.GitRepoVolumeSourcePatchArgs.Builder
-
- Enclosing class:
- GitRepoVolumeSourcePatchArgs
public static final class GitRepoVolumeSourcePatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GitRepoVolumeSourcePatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitRepoVolumeSourcePatchArgs
build()
GitRepoVolumeSourcePatchArgs.Builder
directory(com.pulumi.core.Output<java.lang.String> directory)
GitRepoVolumeSourcePatchArgs.Builder
directory(java.lang.String directory)
GitRepoVolumeSourcePatchArgs.Builder
repository(com.pulumi.core.Output<java.lang.String> repository)
GitRepoVolumeSourcePatchArgs.Builder
repository(java.lang.String repository)
GitRepoVolumeSourcePatchArgs.Builder
revision(com.pulumi.core.Output<java.lang.String> revision)
GitRepoVolumeSourcePatchArgs.Builder
revision(java.lang.String revision)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GitRepoVolumeSourcePatchArgs defaults)
-
-
Method Detail
-
directory
public GitRepoVolumeSourcePatchArgs.Builder directory(@Nullable com.pulumi.core.Output<java.lang.String> directory)
- Parameters:
directory
- directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.- Returns:
- builder
-
directory
public GitRepoVolumeSourcePatchArgs.Builder directory(java.lang.String directory)
- Parameters:
directory
- directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.- Returns:
- builder
-
repository
public GitRepoVolumeSourcePatchArgs.Builder repository(@Nullable com.pulumi.core.Output<java.lang.String> repository)
- Parameters:
repository
- repository is the URL- Returns:
- builder
-
repository
public GitRepoVolumeSourcePatchArgs.Builder repository(java.lang.String repository)
- Parameters:
repository
- repository is the URL- Returns:
- builder
-
revision
public GitRepoVolumeSourcePatchArgs.Builder revision(@Nullable com.pulumi.core.Output<java.lang.String> revision)
- Parameters:
revision
- revision is the commit hash for the specified revision.- Returns:
- builder
-
revision
public GitRepoVolumeSourcePatchArgs.Builder revision(java.lang.String revision)
- Parameters:
revision
- revision is the commit hash for the specified revision.- Returns:
- builder
-
build
public GitRepoVolumeSourcePatchArgs build()
-
-