Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const Group + const KindName + const ListKindName + const Version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Api struct + Spec ApiSpec + Status ApiStatus + func (in *Api) DeepCopy() *Api + func (in *Api) DeepCopyInto(out *Api) + func (in *Api) DeepCopyObject() runtime.Object + type ApiList struct + Items []Api + func (in *ApiList) DeepCopy() *ApiList + func (in *ApiList) DeepCopyInto(out *ApiList) + func (in *ApiList) DeepCopyObject() runtime.Object + type ApiSpec struct + Authentication []AuthenticationRule + AuthenticationEnabled *bool + Hostname string + Service Service + func (in *ApiSpec) DeepCopy() *ApiSpec + func (in *ApiSpec) DeepCopyInto(out *ApiSpec) + type ApiStatus struct + AuthenticationStatus kymaMeta.GatewayResourceStatus + VirtualServiceStatus kymaMeta.GatewayResourceStatus + func (in *ApiStatus) DeepCopy() *ApiStatus + func (in *ApiStatus) DeepCopyInto(out *ApiStatus) + func (s *ApiStatus) IsDone() bool + func (s *ApiStatus) IsEmpty() bool + func (s *ApiStatus) IsError() bool + func (s *ApiStatus) IsInProgress() bool + func (s *ApiStatus) SetInProgress() + type AuthenticationRule struct + Jwt JwtAuthentication + Type AuthenticationType + func (in *AuthenticationRule) DeepCopy() *AuthenticationRule + func (in *AuthenticationRule) DeepCopyInto(out *AuthenticationRule) + type AuthenticationType string + const JwtType + type JwtAuthentication struct + Issuer string + JwksUri string + func (in *JwtAuthentication) DeepCopy() *JwtAuthentication + func (in *JwtAuthentication) DeepCopyInto(out *JwtAuthentication) + type Service struct + Name string + Port int + func (in *Service) DeepCopy() *Service + func (in *Service) DeepCopyInto(out *Service)