com.pulumi.kubernetes.rbac.v1beta1.inputs.AggregationRulePatchArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kubernetes Show documentation
Show all versions of kubernetes Show documentation
A Pulumi package for creating and managing Kubernetes resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.kubernetes.rbac.v1beta1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.kubernetes.meta.v1.inputs.LabelSelectorPatchArgs;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
*
*/
public final class AggregationRulePatchArgs extends com.pulumi.resources.ResourceArgs {
public static final AggregationRulePatchArgs Empty = new AggregationRulePatchArgs();
/**
* ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
*
*/
@Import(name="clusterRoleSelectors")
private @Nullable Output> clusterRoleSelectors;
/**
* @return ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy