Versions in this module Expand all Collapse all v0 v0.1.1 Apr 9, 2019 v0.1.0 Apr 9, 2019 Changes in this 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 MeshPolicy struct + Spec MeshPolicySpec + func (in *MeshPolicy) DeepCopy() *MeshPolicy + func (in *MeshPolicy) DeepCopyInto(out *MeshPolicy) + func (in *MeshPolicy) DeepCopyObject() runtime.Object + func (p *MeshPolicy) GetSpecMessage() proto.Message + type MeshPolicyList struct + Items []MeshPolicy + func (in *MeshPolicyList) DeepCopy() *MeshPolicyList + func (in *MeshPolicyList) DeepCopyInto(out *MeshPolicyList) + func (in *MeshPolicyList) DeepCopyObject() runtime.Object + type MeshPolicySpec struct + func (in *MeshPolicySpec) DeepCopy() *MeshPolicySpec + func (in *MeshPolicySpec) DeepCopyInto(out *MeshPolicySpec) + type Policy struct + Spec PolicySpec + func (in *Policy) DeepCopy() *Policy + func (in *Policy) DeepCopyInto(out *Policy) + func (in *Policy) DeepCopyObject() runtime.Object + func (vs *Policy) GetSpecMessage() proto.Message + type PolicyList struct + Items []Policy + func (in *PolicyList) DeepCopy() *PolicyList + func (in *PolicyList) DeepCopyInto(out *PolicyList) + func (in *PolicyList) DeepCopyObject() runtime.Object + type PolicySpec struct + func (in *PolicySpec) DeepCopy() *PolicySpec + func (in *PolicySpec) DeepCopyInto(out *PolicySpec) + func (vs *PolicySpec) MarshalJSON() ([]byte, error) + func (vs *PolicySpec) UnmarshalJSON(b []byte) error