Skip to content

Commit d153c1a

Browse files
authored
Merge pull request #552 from robscott/docs-editorial-pass
Make an editorial pass over the API documentation.
2 parents fc2636c + 675ca43 commit d153c1a

18 files changed

+815
-763
lines changed

apis/v1alpha1/backendpolicy_types.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ type BackendTLSConfig struct {
116116
// Options are a list of key/value pairs to give extended options to the
117117
// provider.
118118
//
119-
// Support: Implementation-specific.
119+
// Support: Implementation-specific
120120
//
121121
// +optional
122122
Options map[string]string `json:"options,omitempty"`
@@ -134,12 +134,11 @@ type BackendPolicyStatus struct {
134134
Conditions []metav1.Condition `json:"conditions,omitempty"`
135135
}
136136

137-
// BackendPolicyConditionType is a type of condition associated with a
138-
// BackendPolicy.
137+
// BackendPolicyConditionType is a type of condition used to express the current
138+
// state of a BackendPolicy resource.
139139
type BackendPolicyConditionType string
140140

141141
const (
142-
// ConditionNoSuchBackend indicates that one or more of the the specified
143-
// Backends does not exist.
142+
// Indicates that one or more of the the specified backend references could not be resolved.
144143
ConditionNoSuchBackend BackendPolicyConditionType = "NoSuchBackend"
145144
)

0 commit comments

Comments
 (0)