Class AddClusterRoleResourceDecorator

java.lang.Object
io.fabric8.kubernetes.api.builder.TypedVisitor<T>
io.dekorate.kubernetes.decorator.Decorator<T>
io.dekorate.kubernetes.decorator.ResourceProvidingDecorator<io.fabric8.kubernetes.api.model.KubernetesListBuilder>
io.quarkus.kubernetes.deployment.AddClusterRoleResourceDecorator
All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Visitor<io.fabric8.kubernetes.api.model.KubernetesListBuilder>, Comparable<io.dekorate.kubernetes.decorator.Decorator>

class AddClusterRoleResourceDecorator extends io.dekorate.kubernetes.decorator.ResourceProvidingDecorator<io.fabric8.kubernetes.api.model.KubernetesListBuilder>
  • Field Summary

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

    ANY
  • Constructor Summary

    Constructors
    Constructor
    Description
    AddClusterRoleResourceDecorator(String deploymentName, String name, Map<String,String> labels, List<io.fabric8.kubernetes.api.model.rbac.PolicyRule> rules)
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.fabric8.kubernetes.api.builder.Visitor

    addRequirement, addRequirement, canVisit, getRequirement, hasItem, hasVisitMethodMatching, order, visit
  • Constructor Details

    • AddClusterRoleResourceDecorator

      public AddClusterRoleResourceDecorator(String deploymentName, String name, Map<String,String> labels, List<io.fabric8.kubernetes.api.model.rbac.PolicyRule> rules)
  • Method Details

    • visit

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