Documentation ¶
Index ¶
- func BoolGogoToProto(pr *types.BoolValue) *wrappers.BoolValue
- func BoolProtoToGogo(pr *wrappers.BoolValue) *types.BoolValue
- func DurationGogoToProto(pr *types.Duration) *duration.Duration
- func DurationProtoToGogo(pr *duration.Duration) *types.Duration
- func DurationProtoToStd(pr *duration.Duration) *time.Duration
- func DurationStdToProto(pr *time.Duration) *duration.Duration
- func ToEnvoyHeaderValueOptionList(option []*envoycore_sk.HeaderValueOption, secrets *v1.SecretList) ([]*envoycore.HeaderValueOption, error)
- func ToEnvoyHeaderValueOptions(option *envoycore_sk.HeaderValueOption, secrets *v1.SecretList) ([]*envoycore.HeaderValueOption, error)
- func ToEnvoyHealthCheck(check *envoycore_gloo.HealthCheck, secrets *v1.SecretList) (*envoycore.HealthCheck, error)
- func ToEnvoyHealthCheckList(check []*envoycore_gloo.HealthCheck, secrets *v1.SecretList) ([]*envoycore.HealthCheck, error)
- func ToEnvoyInt64Range(int64Range *envoytype_gloo.Int64Range) *envoytype.Int64Range
- func ToEnvoyInt64RangeList(int64Range []*envoytype_gloo.Int64Range) []*envoytype.Int64Range
- func ToEnvoyOutlierDetection(detection *envoycluster_gloo.OutlierDetection) *envoycluster.OutlierDetection
- func ToEnvoyOutlierDetectionList(list []*envoycluster_gloo.OutlierDetection) []*envoycluster.OutlierDetection
- func ToEnvoyPayload(payload *envoycore_gloo.HealthCheck_Payload) *envoycore.HealthCheck_Payload
- func ToEnvoyPayloadList(payload []*envoycore_gloo.HealthCheck_Payload) []*envoycore.HealthCheck_Payload
- func ToGlooFractionalPercent(fp *envoytype.FractionalPercent) *envoytype_sk.FractionalPercent
- func ToGlooGrpc(grpc *envoyroute.RouteMatch_GrpcRouteMatchOptions) *envoyroute_gloo.RouteMatch_GrpcRouteMatchOptions
- func ToGlooHeader(header *envoyroute.HeaderMatcher) *envoyroute_gloo.HeaderMatcher
- func ToGlooHeaderValueOption(option *envoycore.HeaderValueOption) *envoycore_sk.HeaderValueOption
- func ToGlooHeaderValueOptionList(option []*envoycore.HeaderValueOption) []*envoycore_sk.HeaderValueOption
- func ToGlooHeaders(headers []*envoyroute.HeaderMatcher) []*envoyroute_gloo.HeaderMatcher
- func ToGlooHealthCheck(check *envoycore.HealthCheck) (*envoycore_gloo.HealthCheck, error)
- func ToGlooHealthCheckList(check []*envoycore.HealthCheck) ([]*envoycore_gloo.HealthCheck, error)
- func ToGlooInt64Range(int64Range *envoytype.Int64Range) *envoytype_gloo.Int64Range
- func ToGlooInt64RangeList(int64Range []*envoytype.Int64Range) []*envoytype_gloo.Int64Range
- func ToGlooOutlierDetection(detection *envoycluster.OutlierDetection) *envoycluster_gloo.OutlierDetection
- func ToGlooOutlierDetectionList(list []*envoycluster.OutlierDetection) []*envoycluster_gloo.OutlierDetection
- func ToGlooPayload(payload *envoycore.HealthCheck_Payload) *envoycore_gloo.HealthCheck_Payload
- func ToGlooPayloadList(payload []*envoycore.HealthCheck_Payload) []*envoycore_gloo.HealthCheck_Payload
- func ToGlooQueryParameterMatcher(queryParamMatcher *envoyroute.QueryParameterMatcher) *envoyroute_gloo.QueryParameterMatcher
- func ToGlooQueryParameterMatchers(queryParamMatchers []*envoyroute.QueryParameterMatcher) []*envoyroute_gloo.QueryParameterMatcher
- func ToGlooRouteMatch(routeMatch *envoyroute.RouteMatch) *envoyroute_gloo.RouteMatch
- func ToGlooRuntimeFractionalPercent(fp *envoycore.RuntimeFractionalPercent) *envoycore_sk.RuntimeFractionalPercent
- func UInt32GogoToProto(pr *types.UInt32Value) *wrappers.UInt32Value
- func UInt32ProtoToGogo(pr *wrappers.UInt32Value) *types.UInt32Value
- func UInt64GogoToProto(pr *types.UInt64Value) *wrappers.UInt64Value
- func UInt64ProtoToGogo(pr *wrappers.UInt64Value) *types.UInt64Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToEnvoyHeaderValueOptionList ¶
func ToEnvoyHeaderValueOptionList(option []*envoycore_sk.HeaderValueOption, secrets *v1.SecretList) ([]*envoycore.HeaderValueOption, error)
func ToEnvoyHeaderValueOptions ¶ added in v1.4.11
func ToEnvoyHeaderValueOptions(option *envoycore_sk.HeaderValueOption, secrets *v1.SecretList) ([]*envoycore.HeaderValueOption, error)
func ToEnvoyHealthCheck ¶
func ToEnvoyHealthCheck(check *envoycore_gloo.HealthCheck, secrets *v1.SecretList) (*envoycore.HealthCheck, error)
func ToEnvoyHealthCheckList ¶
func ToEnvoyHealthCheckList(check []*envoycore_gloo.HealthCheck, secrets *v1.SecretList) ([]*envoycore.HealthCheck, error)
func ToEnvoyInt64Range ¶
func ToEnvoyInt64Range(int64Range *envoytype_gloo.Int64Range) *envoytype.Int64Range
func ToEnvoyInt64RangeList ¶
func ToEnvoyInt64RangeList(int64Range []*envoytype_gloo.Int64Range) []*envoytype.Int64Range
func ToEnvoyOutlierDetection ¶
func ToEnvoyOutlierDetection(detection *envoycluster_gloo.OutlierDetection) *envoycluster.OutlierDetection
func ToEnvoyOutlierDetectionList ¶
func ToEnvoyOutlierDetectionList(list []*envoycluster_gloo.OutlierDetection) []*envoycluster.OutlierDetection
func ToEnvoyPayload ¶
func ToEnvoyPayload(payload *envoycore_gloo.HealthCheck_Payload) *envoycore.HealthCheck_Payload
func ToEnvoyPayloadList ¶
func ToEnvoyPayloadList(payload []*envoycore_gloo.HealthCheck_Payload) []*envoycore.HealthCheck_Payload
func ToGlooFractionalPercent ¶
func ToGlooFractionalPercent(fp *envoytype.FractionalPercent) *envoytype_sk.FractionalPercent
func ToGlooGrpc ¶
func ToGlooGrpc(grpc *envoyroute.RouteMatch_GrpcRouteMatchOptions) *envoyroute_gloo.RouteMatch_GrpcRouteMatchOptions
func ToGlooHeader ¶
func ToGlooHeader(header *envoyroute.HeaderMatcher) *envoyroute_gloo.HeaderMatcher
func ToGlooHeaderValueOption ¶
func ToGlooHeaderValueOption(option *envoycore.HeaderValueOption) *envoycore_sk.HeaderValueOption
func ToGlooHeaderValueOptionList ¶
func ToGlooHeaderValueOptionList(option []*envoycore.HeaderValueOption) []*envoycore_sk.HeaderValueOption
func ToGlooHeaders ¶
func ToGlooHeaders(headers []*envoyroute.HeaderMatcher) []*envoyroute_gloo.HeaderMatcher
func ToGlooHealthCheck ¶
func ToGlooHealthCheck(check *envoycore.HealthCheck) (*envoycore_gloo.HealthCheck, error)
func ToGlooHealthCheckList ¶
func ToGlooHealthCheckList(check []*envoycore.HealthCheck) ([]*envoycore_gloo.HealthCheck, error)
func ToGlooInt64Range ¶
func ToGlooInt64Range(int64Range *envoytype.Int64Range) *envoytype_gloo.Int64Range
func ToGlooInt64RangeList ¶
func ToGlooInt64RangeList(int64Range []*envoytype.Int64Range) []*envoytype_gloo.Int64Range
func ToGlooOutlierDetection ¶
func ToGlooOutlierDetection(detection *envoycluster.OutlierDetection) *envoycluster_gloo.OutlierDetection
func ToGlooOutlierDetectionList ¶
func ToGlooOutlierDetectionList(list []*envoycluster.OutlierDetection) []*envoycluster_gloo.OutlierDetection
func ToGlooPayload ¶
func ToGlooPayload(payload *envoycore.HealthCheck_Payload) *envoycore_gloo.HealthCheck_Payload
func ToGlooPayloadList ¶
func ToGlooPayloadList(payload []*envoycore.HealthCheck_Payload) []*envoycore_gloo.HealthCheck_Payload
func ToGlooQueryParameterMatcher ¶
func ToGlooQueryParameterMatcher(queryParamMatcher *envoyroute.QueryParameterMatcher) *envoyroute_gloo.QueryParameterMatcher
func ToGlooQueryParameterMatchers ¶
func ToGlooQueryParameterMatchers(queryParamMatchers []*envoyroute.QueryParameterMatcher) []*envoyroute_gloo.QueryParameterMatcher
func ToGlooRouteMatch ¶
func ToGlooRouteMatch(routeMatch *envoyroute.RouteMatch) *envoyroute_gloo.RouteMatch
used in enterprise code
func ToGlooRuntimeFractionalPercent ¶
func ToGlooRuntimeFractionalPercent(fp *envoycore.RuntimeFractionalPercent) *envoycore_sk.RuntimeFractionalPercent
func UInt32GogoToProto ¶
func UInt32GogoToProto(pr *types.UInt32Value) *wrappers.UInt32Value
func UInt32ProtoToGogo ¶
func UInt32ProtoToGogo(pr *wrappers.UInt32Value) *types.UInt32Value
func UInt64GogoToProto ¶
func UInt64GogoToProto(pr *types.UInt64Value) *wrappers.UInt64Value
func UInt64ProtoToGogo ¶
func UInt64ProtoToGogo(pr *wrappers.UInt64Value) *types.UInt64Value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.