Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterFromTrustZone ¶ added in v0.6.1
func GetClusterFromTrustZone(trustZone *trust_zone_proto.TrustZone) (*clusterpb.Cluster, error)
GetClusterFromTrustZone returns a cluster from a trust zone. For now there should be exactly one cluster per trust zone.
Types ¶
type TrustZone ¶
type TrustZone struct {
TrustZoneProto *trust_zone_proto.TrustZone
}
func NewTrustZone ¶
func NewTrustZone(trustZone *trust_zone_proto.TrustZone) *TrustZone
func (*TrustZone) GetTrustProvider ¶
func (tz *TrustZone) GetTrustProvider() (*trustprovider.TrustProvider, error)
Click to show internal directories.
Click to hide internal directories.