Package io.fabric8.kubernetes.api.model
Class GitRepoVolumeSourceFluentImpl<A extends GitRepoVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.GitRepoVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,GitRepoVolumeSourceFluent<A>
- Direct Known Subclasses:
GitRepoVolumeSourceBuilder
,VolumeFluentImpl.GitRepoNestedImpl
,WatchEventFluentImpl.GitRepoVolumeSourceObjectNestedImpl
public class GitRepoVolumeSourceFluentImpl<A extends GitRepoVolumeSourceFluent<A>> extends BaseFluent<A> implements GitRepoVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description GitRepoVolumeSourceFluentImpl()
GitRepoVolumeSourceFluentImpl(GitRepoVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDirectory()
String
getRepository()
String
getRevision()
Boolean
hasDirectory()
int
hashCode()
Boolean
hasRepository()
Boolean
hasRevision()
A
withDirectory(String directory)
A
withNewDirectory(String arg1)
A
withNewDirectory(StringBuffer arg1)
A
withNewDirectory(StringBuilder arg1)
A
withNewRepository(String arg1)
A
withNewRepository(StringBuffer arg1)
A
withNewRepository(StringBuilder arg1)
A
withNewRevision(String arg1)
A
withNewRevision(StringBuffer arg1)
A
withNewRevision(StringBuilder arg1)
A
withRepository(String repository)
A
withRevision(String revision)
-
-
-
Constructor Detail
-
GitRepoVolumeSourceFluentImpl
public GitRepoVolumeSourceFluentImpl()
-
GitRepoVolumeSourceFluentImpl
public GitRepoVolumeSourceFluentImpl(GitRepoVolumeSource instance)
-
-
Method Detail
-
getDirectory
public String getDirectory()
- Specified by:
getDirectory
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withDirectory
public A withDirectory(String directory)
- Specified by:
withDirectory
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
hasDirectory
public Boolean hasDirectory()
- Specified by:
hasDirectory
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewDirectory
public A withNewDirectory(String arg1)
- Specified by:
withNewDirectory
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewDirectory
public A withNewDirectory(StringBuilder arg1)
- Specified by:
withNewDirectory
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewDirectory
public A withNewDirectory(StringBuffer arg1)
- Specified by:
withNewDirectory
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
getRepository
public String getRepository()
- Specified by:
getRepository
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withRepository
public A withRepository(String repository)
- Specified by:
withRepository
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
hasRepository
public Boolean hasRepository()
- Specified by:
hasRepository
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewRepository
public A withNewRepository(String arg1)
- Specified by:
withNewRepository
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewRepository
public A withNewRepository(StringBuilder arg1)
- Specified by:
withNewRepository
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewRepository
public A withNewRepository(StringBuffer arg1)
- Specified by:
withNewRepository
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
getRevision
public String getRevision()
- Specified by:
getRevision
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withRevision
public A withRevision(String revision)
- Specified by:
withRevision
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
hasRevision
public Boolean hasRevision()
- Specified by:
hasRevision
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewRevision
public A withNewRevision(String arg1)
- Specified by:
withNewRevision
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewRevision
public A withNewRevision(StringBuilder arg1)
- Specified by:
withNewRevision
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
withNewRevision
public A withNewRevision(StringBuffer arg1)
- Specified by:
withNewRevision
in interfaceGitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
-
-