Class ConsoleSampleSource

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsoleSampleSource
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsoleSampleSourceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ConsoleSampleSource is the actual sample definition and can hold different sample types. Unsupported sample types will be ignored in the web console.
    See Also:
    Serialized Form
    • Method Detail

      • getContainerImport

        public ConsoleSampleContainerImportSource getContainerImport()
        ConsoleSampleSource is the actual sample definition and can hold different sample types. Unsupported sample types will be ignored in the web console.
      • setContainerImport

        public void setContainerImport​(ConsoleSampleContainerImportSource containerImport)
        ConsoleSampleSource is the actual sample definition and can hold different sample types. Unsupported sample types will be ignored in the web console.
      • getGitImport

        public ConsoleSampleGitImportSource getGitImport()
        ConsoleSampleSource is the actual sample definition and can hold different sample types. Unsupported sample types will be ignored in the web console.
      • setGitImport

        public void setGitImport​(ConsoleSampleGitImportSource gitImport)
        ConsoleSampleSource is the actual sample definition and can hold different sample types. Unsupported sample types will be ignored in the web console.
      • getType

        public String getType()
        type of the sample, currently supported: "GitImport";"ContainerImport"
      • setType

        public void setType​(String type)
        type of the sample, currently supported: "GitImport";"ContainerImport"
      • getAdditionalProperties

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

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

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