com.pulumi.googlenative.gkehub.v1beta.BindingArgs Maven / Gradle / Ivy
// *** 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.googlenative.gkehub.v1beta;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class BindingArgs extends com.pulumi.resources.ResourceArgs {
public static final BindingArgs Empty = new BindingArgs();
/**
* Whether the membershipbinding is Fleet-wide; true means that this Membership should be bound to all Namespaces in this entire Fleet.
*
*/
@Import(name="fleet")
private @Nullable Output fleet;
/**
* @return Whether the membershipbinding is Fleet-wide; true means that this Membership should be bound to all Namespaces in this entire Fleet.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy