Versions in this module Expand all Collapse all v0 v0.1.13 May 8, 2018 Changes in this version + type Policy struct + CreatedTime int64 + ID strfmt.UUID + Kind string + ModifiedTime int64 + Name *string + Rules []*Rule + Status Status + func (m *Policy) MarshalBinary() ([]byte, error) + func (m *Policy) UnmarshalBinary(b []byte) error + func (m *Policy) Validate(formats strfmt.Registry) error + type Rule struct + Actions []string + Resources []string + Subjects []string + func (m *Rule) MarshalBinary() ([]byte, error) + func (m *Rule) UnmarshalBinary(b []byte) error + func (m *Rule) Validate(formats strfmt.Registry) error + type ServiceAccount struct + CreatedTime int64 + Domain string + ID strfmt.UUID + Kind string + ModifiedTime int64 + Name *string + PublicKey *string + Status Status + func (m *ServiceAccount) MarshalBinary() ([]byte, error) + func (m *ServiceAccount) UnmarshalBinary(b []byte) error + func (m *ServiceAccount) Validate(formats strfmt.Registry) error + type Status string + const StatusCREATING + const StatusDELETING + const StatusERROR + const StatusREADY + const StatusUPDATING + func (m Status) Validate(formats strfmt.Registry) error v0.1.1 Dec 20, 2017 Changes in this version + type Error struct + Code int64 + Message *string + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type Message struct + Message *string + func (m *Message) MarshalBinary() ([]byte, error) + func (m *Message) UnmarshalBinary(b []byte) error + func (m *Message) Validate(formats strfmt.Registry) error + type Redirect struct + Location *string + func (m *Redirect) MarshalBinary() ([]byte, error) + func (m *Redirect) UnmarshalBinary(b []byte) error + func (m *Redirect) Validate(formats strfmt.Registry) error