Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
"""This module contains Google Stackdriver links."""
"""This module contains Google Operations (Cloud Monitoring) links."""


from __future__ import annotations

Expand All @@ -27,15 +28,16 @@


class StackdriverNotificationsLink(BaseGoogleLink):
"""Helper class for constructing Stackdriver Notifications Link."""
"""Helper class for constructing Cloud Monitoring Notifications Link."""


name = "Cloud Monitoring Notifications"
key = "stackdriver_notifications"
format_str = STACKDRIVER_NOTIFICATIONS_LINK


class StackdriverPoliciesLink(BaseGoogleLink):
"""Helper class for constructing Stackdriver Policies Link."""
"""Helper class for constructing Cloud Monitoring Policies Link."""

name = "Cloud Monitoring Policies"
key = "stackdriver_policies"
Expand Down
Loading