Class GitRepoFluent<A extends GitRepoFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.GitRepoFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
GitRepoBuilder,VolumesFluent.GitRepoNested
public class GitRepoFluent<A extends GitRepoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GitRepoFluent()GitRepoFluent(GitRepo instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDirectory()StringgetRepository()StringgetRevision()booleanhasDirectory()inthashCode()booleanhasRepository()booleanhasRevision()StringtoString()AwithDirectory(String directory)AwithRepository(String repository)AwithRevision(String revision)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
GitRepoFluent
public GitRepoFluent()
-
GitRepoFluent
public GitRepoFluent(GitRepo instance)
-
-
Method Detail
-
getDirectory
public String getDirectory()
-
hasDirectory
public boolean hasDirectory()
-
getRepository
public String getRepository()
-
hasRepository
public boolean hasRepository()
-
getRevision
public String getRevision()
-
hasRevision
public boolean hasRevision()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GitRepoFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GitRepoFluent<A>>
-
-