Class: Google::Apis::GkehubV1beta::CommonFeatureSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb

Overview

CommonFeatureSpec contains Fleet-wide configuration information

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CommonFeatureSpec

Returns a new instance of CommonFeatureSpec.



814
815
816
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 814

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#appdevexperienceGoogle::Apis::GkehubV1beta::AppDevExperienceFeatureSpec

Spec for App Dev Experience Feature. Corresponds to the JSON property appdevexperience



774
775
776
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 774

def appdevexperience
  @appdevexperience
end

#clusterupgradeGoogle::Apis::GkehubV1beta::ClusterUpgradeFleetSpec

ClusterUpgrade: The configuration for the fleet-level ClusterUpgrade feature. Corresponds to the JSON property clusterupgrade



780
781
782
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 780

def clusterupgrade
  @clusterupgrade
end

#dataplanev2Google::Apis::GkehubV1beta::DataplaneV2FeatureSpec

Dataplane V2: Spec Corresponds to the JSON property dataplanev2



785
786
787
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 785

def dataplanev2
  @dataplanev2
end

#fleetobservabilityGoogle::Apis::GkehubV1beta::FleetObservabilityFeatureSpec

Fleet Observability: The Hub-wide input for the FleetObservability feature. Corresponds to the JSON property fleetobservability



790
791
792
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 790

def fleetobservability
  @fleetobservability
end

#meshGoogle::Apis::GkehubV1beta::ServiceMeshFeatureSpec

Service Mesh: Spec for the fleet for the servicemesh feature Corresponds to the JSON property mesh



795
796
797
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 795

def mesh
  @mesh
end

#multiclusteringressGoogle::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec

Multi-cluster Ingress: The configuration for the MultiClusterIngress feature. Corresponds to the JSON property multiclusteringress



801
802
803
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 801

def multiclusteringress
  @multiclusteringress
end

#rbacrolebindingactuationGoogle::Apis::GkehubV1beta::RbacRoleBindingActuationFeatureSpec

RBAC RoleBinding Actuation: The Hub-wide input for the RBACRoleBindingActuation feature. Corresponds to the JSON property rbacrolebindingactuation



807
808
809
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 807

def rbacrolebindingactuation
  @rbacrolebindingactuation
end

#workloadidentityGoogle::Apis::GkehubV1beta::WorkloadIdentityFeatureSpec

WorkloadIdentity: Global feature specification. Corresponds to the JSON property workloadidentity



812
813
814
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 812

def workloadidentity
  @workloadidentity
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



819
820
821
822
823
824
825
826
827
828
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 819

def update!(**args)
  @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
  @dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
  @mesh = args[:mesh] if args.key?(:mesh)
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
  @rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
  @workloadidentity = args[:workloadidentity] if args.key?(:workloadidentity)
end