Class ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>

    • Constructor Detail

      • ImageSourcePathFluent

        public ImageSourcePathFluent()
      • ImageSourcePathFluent

        public ImageSourcePathFluent​(ImageSourcePath instance)
    • Method Detail

      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourcePathFluent<A>>
      • getAdditionalProperties

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

        public String getDestinationDir()
      • getSourcePath

        public String getSourcePath()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasDestinationDir

        public boolean hasDestinationDir()
      • hasSourcePath

        public boolean hasSourcePath()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourcePathFluent<A>>
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • withDestinationDir

        public A withDestinationDir​(String destinationDir)
      • withSourcePath

        public A withSourcePath​(String sourcePath)