Class AddConfigMapDecorator

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Visitor<io.fabric8.kubernetes.api.model.KubernetesListBuilder>, Comparable<io.dekorate.kubernetes.decorator.Decorator>

    public class AddConfigMapDecorator
    extends io.dekorate.kubernetes.decorator.ResourceProvidingDecorator<io.fabric8.kubernetes.api.model.KubernetesListBuilder>
    This class was created to workaround https://github.com/dekorateio/dekorate/issues/869. Once this issue is fixed, we can delete this and use the provided by Dekorate.
    • Field Summary

      • Fields inherited from class io.dekorate.kubernetes.decorator.ResourceProvidingDecorator

        ANY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(io.fabric8.kubernetes.api.model.KubernetesListBuilder list)  
      • Methods inherited from class io.dekorate.kubernetes.decorator.ResourceProvidingDecorator

        contains, getDeploymentHasMetadata, getDeploymentHasMetadata, getDeploymentMetadata, getDeploymentMetadata, getDeploymentMetadataList, getDeploymentMetadataList, getMandatoryDeploymentHasMetadata, getMandatoryDeploymentHasMetadata, getMandatoryDeploymentMetadata, getMandatoryDeploymentMetadata, match
      • Methods inherited from class io.dekorate.kubernetes.decorator.Decorator

        after, before, compareTo
      • Methods inherited from class io.fabric8.kubernetes.api.builder.TypedVisitor

        getType
    • Constructor Detail

      • AddConfigMapDecorator

        public AddConfigMapDecorator​(String name)
      • AddConfigMapDecorator

        public AddConfigMapDecorator​(String name,
                                     String namespace)
    • Method Detail

      • visit

        public void visit​(io.fabric8.kubernetes.api.model.KubernetesListBuilder list)