Class SourceRevision

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<SourceRevisionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class SourceRevision
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<SourceRevisionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    SourceRevision is the revision or commit information from the source for the build
    See Also:
    Serialized Form
    • Constructor Detail

      • SourceRevision

        public SourceRevision()
        No args constructor for use in serialization
    • Method Detail

      • getGit

        public GitSourceRevision getGit()
        SourceRevision is the revision or commit information from the source for the build
      • setGit

        public void setGit​(GitSourceRevision git)
        SourceRevision is the revision or commit information from the source for the build
      • getType

        public String getType()
        type of the build source, may be one of 'Source', 'Dockerfile', 'Binary', or 'Images'
      • setType

        public void setType​(String type)
        type of the build source, may be one of 'Source', 'Dockerfile', 'Binary', or 'Images'
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)