MembershipFeatureState constructor
MembershipFeatureState({
- AppDevExperienceFeatureState? appdevexperience,
- ClusterUpgradeMembershipState? clusterupgrade,
- ConfigManagementMembershipState? configmanagement,
- FleetObservabilityMembershipState? fleetobservability,
- IdentityServiceMembershipState? identityservice,
- PolicyControllerMembershipState? policycontroller,
- ServiceMeshMembershipState? servicemesh,
- FeatureState? state,
Implementation
MembershipFeatureState({
this.appdevexperience,
this.clusterupgrade,
this.configmanagement,
this.fleetobservability,
this.identityservice,
this.policycontroller,
this.servicemesh,
this.state,
});